<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerswiper .swiper-pagination-bullet {
    line-height: 24px;
    height: 24px;
    position: relative;
    background: rgba(0, 0, 0, .24);
    text-align: center;
    border: 1px solid #fff;
    border-radius: 12px;
    width: 40px;
    box-sizing: border-box;
}

.bannerswiper .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 2px;
    background: #fff;
    margin: -1px 0 0 -3px;
}

.bannerswiper .swiper-pagination-bullet-active {
    background: rgba(4, 108, 235, 0.6);
    border: none;
}

.bannerswiper .swiper-button-next:after, .bannerswiper .swiper-button-prev:after {
    display: none
}

.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    width: 50px;
    height: 70px;
    z-index: 199;
    border-radius: 4px
}

.bannerswiper .swiper-button-next {
    background: url(../images/next.png) no-repeat center;
    background-size: cover;
    right: 5%
}

.bannerswiper .swiper-button-prev {
    background: url(../images/prev.png) no-repeat center;
    background-size: cover;
    left: 5%
}

.sec1 {
    background: url(../images/homeonebg.jpg) no-repeat right top;
    background-size: 55%;
    padding: 70px 0 0px;
    position: relative;
}

.sec1 .fl {
    width: 79%;
    float: right;
}

.sec1 .fl li {
    width: 24%;
    margin: 0px 1% 10px 0;
    float: left;
    text-align: center;
}

.sec1 .fl li:nth-child(3n) {
    margin-right: 0;
}

.sec1 .fl li .pho {
    position: relative;
    overflow: hidden;
}

.sec1 .fl li .pho img {
    position: relative;
    z-index: 90;
}

.sec1 .fl li .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .24);
    transition: 0.3s;
}

.sec1 .fl li .bg span {
    display: block;
    position: absolute;
    left: 50%;
    top: 150%;
    width: 50px;
    height: 50px;
    margin-left: -27px;
    border: 2px solid #fff;
    background: url(../images/icon02.png) rgba(0, 0, 0, .5) no-repeat center;
    background-size: 39px;
    border-radius: 50%;
}

.sec1 .fl li p {
    line-height: 50px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    color: #0e0e0e;
}

.sec1 .fl li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.sec1 .fl li:hover .bg {
    top: 0;
}

.sec1 .fl li:hover .bg span {
    top: 50%;
    margin-top: -27px;
}

.sec1 .fr {
    width: 20%;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
}

.sec1 .form form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    line-height: 34px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.sec1 .form input[type="text"] {
    width: 100%;
    line-height: 34px;
    height: 34px;
    border: none;
    background: #fff;
    padding: 0 65px 0 10px;
    box-sizing: border-box;
    margin: 0;
}

.sec1 .form .submi {
    width: 60px;
    height: 28px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #0090ff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sec1 .fr li {
    position: relative;
    background: #6bc2fb;
    margin-top:10px ;
    border-radius: 20px;
}

.sec1 .fr li a {
    display: block;
    text-align: left;
    line-height: 65px;
    padding: 18px 0 18px 95px;
    border-bottom: 1px solid #eaeaea;
    background: url(../images/icon03.png) no-repeat left 20px center;
    background-size: 60px;
    font-size: 24px;
    color: #fff;
}

.sec1 .fr li:nth-child(2) a {
    background-image: url(../images/icon04.png);
}

.sec1 .fr li:nth-child(3) a {
    background-image: url(../images/icon05.png);
}

.sec1 .fr li:nth-child(4) a {
    background-image: url(../images/icon06.png);
}

.sec1 .fr li:nth-child(5) a {
    background-image: url(../images/icon07.png);
}

.sec1 .fr li:nth-child(6) a {
    background-image: url(../images/icon08.png);
}

.sec1 .fr li:nth-child(7) a {
    background-image: url(../images/icon09.png);
}

.sec1 .fr li:nth-child(8) a {
    background-image: url(../images/icon10.png);
}

.sec1 .fr li.on a {
    background-color: #f7924d;
    border-radius: 20px;
}

.sec3 {
    background: url(../images/bg7.png) no-repeat center bottom #f1f1f1;
}

.sec3 .pho {
    width: 35%;
}

.sec3 .swiper {
    width: 65%;
    text-align: center;
}

.sec3 .swiper h2 {
    font-size: 36px;
    margin-top: 30px;
}

.sec3 .swiper p {
    font-size: 15px;
}

.sec3 .swiper li {
    width: 120px;
    display: inline-block;
    margin: 10px 8px;
}

.sec3 .swiper li a {
    display: block;
    background: #0090ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    line-height: 40px;
}

.sec3 .swiper li.on a {
    background: #fc7e28;
}

.sec3 .swiper .swiper-container {
    margin: 10px 5% 10px;
}

.sec3 .swiper .swiper-container p {
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    padding: 0 5px;
}

.sec3 .swiper .swiper-container .pic {
    display: table;
    vertical-align: middle;
    background: #fff
}

.sec3 .swiper .swiper-container .pic .img {
    display: table-cell;
    vertical-align: middle;
}

.sec4 {
    padding: 40px 0;
}

.sec4 li a {
    display: block;
    position: relative;
}

.sec4 li .pho {
    position: relative;
}

.sec4 li .pho:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(#000000, rgba(0, 0, 0, 0));
    opacity: 0.3;
    z-index: 90;
}

.sec4 li .text {
    position: absolute;
    left: 6%;
    right: 6%;
    top: 20px;
    z-index: 100;
}

.sec4 li .text span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    background: url(../images/video-btn.png) no-repeat center;
    background-size: 15px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: 0.3s;
}

.sec4 li .text p {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 60px;
}

.sec4 li:hover .text span {
    background-color: #fc7e28;
    border-color: #fc7e28;
}

.sec4 .swiper-pagination {
    position: relative;
    display: table;
    margin: 62px auto 0;
}

.sec4 .swiper-pagination:before {
    content: "";
    height: 8px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -4px;
    z-index: -1;
}

.sec4 .swiper-pagination-bullet {
    width: 55px;
    height: 55px;
    background: #eeeeee;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    margin: 0 106px;
    opacity: 1;
}

.sec4 .swiper-pagination-bullet-active, .sec4 .swiper-pagination-bullet:hover {
    background: #fc7e28;
}

.sec5 {
    background: #fefefe url(../images/bg_03.png) repeat;
    padding: 30px 0 50px;
}

.sec5 .container {
    position: relative;
    padding: 0 4%;
    box-sizing: border-box;
}

.sec5 .swiper-container-css-mode&gt;.swiper-wrapper {
    overflow-y: hidden
}

.sec5 .container .en {
    position: absolute;
    right: 5%;
    top: 20px;
    font-size: 120px;
    font-weight: 600;
    color: rgba(46, 163, 252, 0.1);
    z-index: 1;
}

.sec5 .pho {
    width: 60%;
    position: relative
}

.sec5 .pho:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .1);
    z-index: 90;
}

.sec5 .text {
    width: 50%;
    position: absolute;
    left: 48%;
    top: 15%;
    background: #fff url(../images/bg3.png);
    padding: 50px 40px;
    box-sizing: border-box;
    border-right: 5px solid #fc7e28;
    border-image: -webkit-linear-gradient(#f0ae0f, #e77e01) 30 30;
    border-image: -moz-linear-gradient(#f0ae0f, #e77e01) 30 30;
    border-image: linear-gradient(#f0ae0f, #e77e01) 30 30;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 100
}

.sec5 .text .titl {
    text-align: right;
}

.sec5 .text .titl h2 {
    font-size: 35px;
    color: #fc7e28;
    font-weight: 500;
    position: relative;
}

.sec5 .text .titl h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 220px;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background: -webkit-linear-gradient(#f0ae0f, #e77e01);
    background: linear-gradient(#f0ae0f, #e77e01);
}

.sec5 .text .titl strong {
    font-size: 32px;
    color: #333;
}

.sec5 .text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    padding-left: 45px;
    margin: 20px 0 10px;
}

.sec5 .text h3 b {
    display: inline-block;
    width: 35px;
    height: 2px;
    background: #555;
    position: absolute;
    left: 0;
    top: 17px;
}

.sec5 .text p {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 15px;
    color: #545454;
}

.sec5 .text a {
    display: block;
    width: 110px;
    line-height: 30px;
    border-radius: 15px;
    background: -webkit-linear-gradient(#f0ae0f, #e77e01);
    background: linear-gradient(#f0ae0f, #e77e01);
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.sec5 .swiper-button-next {
    top: inherit;
    margin-top: inherit;
    bottom: 10px;
    right: 30px;
}

.sec5 .swiper-button-prev {
    top: inherit;
    margin-top: inherit;
    bottom: 10px;
    left: inherit;
    right: 80px;
}

.sec6 {
    position: relative;
    padding: 50px 0;
    background: url(../images/prothreeicon01.jpg) repeat;
}

.sec6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    background: url(../images/prothreeicon04.jpg) no-repeat;
    background-size: 100%;
    z-index: 90;
    height: 220px;
}

.sec6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 220px;
    background: url(../images/prothreeicon03.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 80;
}

.sec6 .seCon {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec6 .fl {
    width: 65%;
    padding-bottom: 20px;
    position: relative;
    z-index: 100;
}

.sec6 .fl .comBox {
    background: #4dacf5;
    color: #fff;
}

.sec6 .fl .comBox .pho {
    width: 42%;
    float: left;
    position: relative;
}

.sec6 .fl .comBox .pho .tex {
    padding: 20px 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
    color: #fff;
}

.sec6 .fl h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec6 .fl .comBox .pho .tex p {
    font-size: 15px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;
}

.sec6 .fl .comBox .text {
    width: 58%;
    float: left;
}

.sec6 .fl .comBox .text a {
    display: block;
    color: #fff;
    padding: 22px 35px;
    border-bottom: 1px solid #a5ceff;
}

.sec6 .fl .comBox .text li:last-child a {
    border-bottom: none;
}

.sec6 .fl .comBox .text span {
    display: block;
    margin: 5px 0 6px;
}

.sec6 .fl .comBox .text p {
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec6 .fl .comBox .text li:hover {
    background: #4dacf5;
}

.sec6 .fl .ul {
    padding: 40px 25px;
    background: #f4f4f4;
    margin-top: 20px;
}

.sec6 .fl .ul li {
    width: 33.33%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    border-right: 1px dashed #d4d4d4;
}

.sec6 .fl .ul li h3 {
    font-weight: 500;
}

.sec6 .fl .ul li p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 8px 0 15px;
    color: #777;
}

.sec6 .fl .ul li span {
    display: block;
    font-size: 14px;
    color: #333;
}

.sec6 .fl .ul li:last-child {
    border-right: none;
}

.sec6 .fl .ul li:hover h3 {
    color: #0090ff;
}

.sec6 .fr {
    width: 33%;
    position: relative;
    z-index: 100;
}

.sec6 .fr dl {
    background: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
    padding: 26px 15px;
    overflow: hidden;
}

.sec6 .fr dl:hover {
    background: #f9f9f9;
}

.sec6 .fr dl dt {
    width: 95px;
    float: left;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.sec6 .fr dl dt strong {
    font-size: 50px;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
}

.sec6 .fr dl dt span {
    line-height: 1;
    font-size: 14px;
    color: #545454;
}

.sec6 .fr dl dd {
    margin-left: 95px;
    padding-left: 10px;
}

.sec6 .fr dl dd h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sec6 .fr dl dd p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    height: 48px;
    overflow: hidden;
}

.sec6 .fr dl:last-child {
    border-bottom: none;
}

.sec7 {
    padding: 10px 0 30px;
    /* background: url(../images/bg-msg.png) no-repeat right center; */
    /* background: url(../images/bg4.jpg) #fff bottom -100px center no-repeat; */
}

.sec7 .container {
    position: relative;
}

.sec7 .container .lBox {
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 610px;
}

.sec7 {
    margin-left: -60px;
}

.sec7 li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding-left: 60px;
    background: url(../images/bg8.jpg) no-repeat left bottom;
    background-size: 285px;
}

.sec7 li a {
    display: block;
    overflow: hidden;
}

.sec7 li .pho {
    position: relative;
    margin-right: 15px;
}

.sec7 li .pho img {
    position: relative;
    z-index: 99;
}

.sec7 li .pho:before {
    content: "";
    position: absolute;
    left: 0;
    right: -15px;
    top: 15%;
    bottom: 20px;
    background: rgba(0, 75, 167, 0.4);
    z-index: 90;
}

.sec7 li .pho:after {
    content: "";
    position: absolute;
    left: 0;
    right: -8px;
    top: 10%;
    bottom: 20px;
    background: rgba(0, 75, 167, 0.4);
    z-index: 92;
}

.sec7 li .pho .sj {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30px;
    width: 0;
    height: 0;
    border-color: transparent #f4f7ff transparent transparent;
    border-style: solid;
    border-width: 60px 451px 0 0;
    z-index: 100;
}

.sec7 li .pho .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: -100%;
    background: rgba(230, 237, 255, .8);
    z-index: 99;
    transition: 0.3s;
}

.sec7 li:hover .pho .bg {
    left: 0;
}

.sec7 li .pho .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: -100%;
    margin-right: -30px;
    top: 50%;
    margin-top: -30px;
    z-index: 110;
    background: #0090ff;
    border-radius: 50%;
    transition: 0.3s;
}

.sec7 li .pho .icon img {
    width: 40px;
}

.sec7 li:hover .pho .icon {
    right: 50%;
}

.sec7 li .text {
    position: relative;
    padding: 45px 30px;
    background: #f4f7ff;
}

.sec7 li .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: -58px;
    right: 0;
    height: 100px;
    background: url(../images/homethreebg01.png) no-repeat top left;
}

.sec7 li .text span.num {
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 10;
    width: 80px;
    height: 80px;
    background: url(../images/1.png) no-repeat;
    background-size: cover;
}

.sec7 li:nth-child(2) .text span.num {
    background-image: url(../images/2.png);
}

.sec7 li:nth-child(3) .text span.num {
    background-image: url(../images/3.png);
}

.sec7 li:nth-child(4) .text span.num {
    background-image: url(../images/4.png);
}

.sec7 li .text h3 {
    font-size: 22px;
    position: relative;
    z-index: 20;
    margin-bottom: 15px;
    line-height: 30px;
    height: 60px;
}

.sec7 li .text .tex {
    padding: 20px;
    background: #fff;
}

.sec7 li .text p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sec7 li .text span.more {
    display: block;
    width: 100px;
    line-height: 30px;
    background: -webkit-linear-gradient(#f0ae0f, #e77e01);
    background: linear-gradient(#f0ae0f, #e77e01);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    display: none;
}

#gFooter .fLink {
    margin-top: 20px;
    display: block;
}

#gFooter .fLink h3 {
    font-size: 16px;
    float: left;
    line-height: 30px;
}

#gFooter .fLink .link {
    float: left;
}

#gFooter .fLink a {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    line-height: 30px;
}

.sec8 {
    padding: 50px 0;
    background: #343434 url(../images/aboutbg.jpg) no-repeat bottom center;
    background-size: cover;
}

.sec8 .title {
    color: #fff;
}

.sec8 .container {
    background: url(../images/homefourbg02.png) no-repeat right center;
    position: relative;
    /* padding-left: 20%; */
    box-sizing: border-box;
    margin-top: 45px;
    background-size: cover;
    padding-bottom: 50px;
}

.sec8 .container .pho {
    position: absolute;
    left: -5%;
    bottom: -100px;
    width: 25%;
}

.sec8 .container .tex1 {
    font-size: 18px;
    color: #fff;
    padding: 25px 0 14px 60px;
}

.sec8 .container ul {
    padding: 60px 0 10px;
    margin-left: -40px;
}

.sec8 .container ul li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding: 22px 25px;
    box-sizing: border-box;
}

.sec8 .container ul li strong {
    font-size: 50px;
    margin-bottom: 10px;
    color: #0090ff;
    display: block;
}

.sec8 .container ul li span {
    font-size: 16px;
}

.sec8 .container ul li .num {
    position: relative;
    padding-bottom: 20px;
}

.sec8 .container ul li .num:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    top: 0;
    right: 0;
    border: 2px solid #0090ff;
}

.sec8 .container ul li .num:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    left: 0;
    border: 1px solid #0090ff;
}

.sec8 .container .tex2 {
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
    width: 95%;
    height: 160px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 1023px) and (max-width:1680px) {
    .sec1 .fr li a {
        line-height: 60px;
        background-size: 56px;
        padding-left: 85px;
    }
    .sec5 {
        margin-top: 30px;
    }
    .sec3 .pho {
        width: 40%;
    }
    .sec3 .swiper {
        width: 60%;
    }
    .sec3 .swiper h2 {
        font-size: 32px;
    }
    .sec3 .swiper li a {
        line-height: 36px;
    }
    .sec6 .fl .comBox .text a {
        padding: 17px 25px;
    }
    .sec6 .fr dl {
        padding: 23px 15px;
    }
    .sec6 .fr dl dt strong {
        font-size: 48px;
    }
    .sec7 {
        background-size: 150px;
    }
}

@media all and (min-width: 1023px) and (max-width:1600px) {
    .bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
        width: 40px;
        height: 70px
    }
    .sec1 .form form {
        margin-bottom: 15px;
    }
    .sec1 .fl li {
        width: 31%;
        margin-right: 3.5%;
    }
    .sec1 .fr li a {
        line-height: 50px;
        padding: 15px 0 15px 80px;
        font-size: 19px;
        background-size: 48px;
    }
    .sec1 .fl li {
        margin-bottom: 0;
    }
    .sec1 .fl li p {
        line-height: 40px;
        font-size: 16px;
    }
    .sec8 .container .pho {
        left: -4%;
        bottom: -75px
    }
    .sec5 .container {
        padding: 0;
    }
    .sec5 .swiper-container {
        margin: 0 30px;
        z-index: 99
    }
    .sec5 .text {
        left: 50%;
        padding: 30px 40px;
        top: 14%;
    }
    .sec5 .text h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .sec5 .swiper-button-prev, .sec5 .swiper-button-next {
        bottom: 0px;
    }
    .sec7 li .text {
        padding: 35px 20px;
    }
    .sec7 li .text .tex {
        padding: 8px 14px;
    }
    .sec7 li .pho .sj {
        bottom: -2px
    }
    .sec7 li .text h3 {
        font-size: 19px;
    }
    .sec7 li .text span.num {
        width: 70px;
        height: 70px;
        top: 0px;
    }
    .sec8 .container {
        margin-top: 10px;
        background-size: 100% 100%;
    }
    .sec8 .container .tex1 {
        padding-left: 100px;
        font-size: 17px;
    }
    .sec8 .container ul li strong {
        font-size: 42px;
    }
    .sec8 .container .tex2 {
        font-size: 17px;
    }
    .sec6 .fl .comBox .text a {
        padding: 14px 20px;
    }
    .sec6 .fl .ul {
        padding: 38px 25px;
    }
    .sec6 .fr dl {
        padding: 21px 13px;
    }
    .sec6 .fr dl dt strong {
        font-size: 42px;
    }
}

@media all and (min-width: 1023px) and (max-width:1440px) {
    .bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
        width: 40px;
        height: 60px
    }
    .sec1 .fr li a {
        padding: 13px 0 13px 80px;
        font-size: 18px;
        background-size: 50px;
    }
    .sec1 .fl li p {
        line-height: 40px;
        font-size: 15px;
    }
    .sec5 {
        padding-bottom: 30px;
    }
    .sec5 .text {
        padding: 20px 30px;
    }
    .sec5 .text .titl h2 {
        font-size: 32px;
    }
    .sec5 .text .titl h2:after {
        right: 200px;
    }
    .sec5 .text .titl strong {
        font-size: 28px;
    }
    .sec5 .text h3 {
        margin: 5px 0;
        font-size: 20px;
    }
    .sec5 .text a {
        width: 100px;
    }
    .sec7 li .text p {
        line-height: 25px;
        height: 75px;
    }
    .sec7 li .text {
        padding-top: 20px;
    }
    .sec3 .swiper h2 {
        font-size: 28px;
    }
    .sec3 .swiper li a {
        line-height: 32px;
        font-size: 15px;
    }
    .sec3 .swiper .swiper-container p {
        line-height: 36px;
        font-size: 15px;
    }
    .sec4 .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .sec6 {
        padding: 30px 0 45px;
    }
    .sec6 .seCon {
        padding: 22px;
    }
    .sec6 .fl .ul {
        padding: 32px 25px;
    }
    .sec6 .fl .comBox .text span {
        margin: 3px 0;
    }
    .sec6 .fr dl {
        padding: 19px 15px;
    }
}

@media all and (min-width: 1023px) and (max-width:1400px) {
    .sec6 .fl .comBox .text a {
        padding: 12px 20px;
    }
    .sec6 .fr dl dd h3 {
        font-size: 16px
    }
    .sec1 .fr li a {
        padding: 14px 0 14px 80px;
    }
    .sec5 .swiper-button-prev, .sec5 .swiper-button-next {
        bottom: 25px;
    }
    .sec6 .fr dl {
        padding: 18px 15px;
    }
    .sec4 .swiper-pagination {
        margin-top: 30px;
    }
}

@media all and (min-width: 1023px) and (max-width:1366px) {
    .sec8 .container .pho {
        left: -2%;
        bottom: -80px;
        width: 24%;
    }
    .sec6 .fl .comBox .text a {
        padding: 11px 20px;
    }
    .sec6 .fr dl {
        padding: 15px;
    }
    .sec6 .fl .ul {
        padding: 25px;
    }
}

@media all and (min-width: 1023px) and (max-width:1300px) {
    .sec3 .pho {
        width: 43%;
    }
    .sec3 .swiper {
        width: 57%;
    }
    .sec5 .text {
        left: 48%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .bannerswiper .swiper-pagination-bullet {
        line-height: 20px;
        height: 20px;
        border-radius: 10px;
        width: 30px;
    }
    .bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
        display: none
    }
    .sec1 {
        background-size: 90%;
        padding: 20px 10px 0px;
    }
    .sec1 .fl {
        width: 100%;
        float: inherit;
        margin-top: 10px;
    }
    .sec1 .fl li {
        width: 50%;
        margin: 0px 0% 0px 0;
        padding: 0 10px;
        float: left;
        box-sizing: border-box;
    }
    .sec1 .fl li .bg {
        display: none;
    }
    .sec1 .fl li .bg span {
        display: none
    }
    .sec1 .fl li p {
        line-height: 40px;
        font-size: 15px;
    }
    .sec1 .fl li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }
    .sec1 .fl li:hover .bg {
        top: 0;
    }
    .sec1 .fl li:hover .bg span {
        top: 50%;
        margin-top: -27px;
    }
    .sec1 .fl li:last-child {
        display: none;
    }
    .sec1 .fr {
        width: 100%;
        float: inherit;
    }
    .sec1 .fr li {
        width: 50%;
        float: left;
        padding: 6px;
        box-sizing: border-box;
        background: none
    }
    .sec1 .fr li a {
        line-height: 40px;
        padding: 0;
        border: 1px solid #eaeaea;
        text-align: center;
        border-radius: 20px;
        background: #0090ff !important;
        color: #fff;
        font-size: 15px;
    }
    .sec3 {
        padding: 20px 0;
        background: url(../images/bg7.png) no-repeat center bottom #f1f1f1;
    }
    .sec3 .pho {
        display: none;
    }
    .sec3 .swiper {
        width: 100%;
    }
    .sec3 .swiper h2 {
        font-size: 22px;
        margin-top: 0;
    }
    .sec3 .swiper p {
        font-size: 14px;
    }
    .sec3 .swiper li {
        width: 100px;
        display: inline-block;
        margin: 10px 8px;
    }
    .sec3 .swiper li a {
        font-size: 14px;
        line-height: 30px;
    }
    .sec3 .swiper .swiper-container p {
        line-height: 34px;
        font-size: 15px;
    }
    .sec4 {
        padding: 20px 10px;
    }
    .sec4 li .pho:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(#000000, rgba(0, 0, 0, 0));
        opacity: 0.8;
        z-index: 90;
    }
    .sec4 li .text {
        position: absolute;
        left: 6%;
        right: 6%;
        top: 20px;
        z-index: 100;
    }
    .sec4 li .text span {
        display: inline-block;
        width: 42px;
        height: 42px;
        border: 1px solid #fff;
        background: url(../images/video-btn.png) no-repeat center;
        background-size: 15px;
        border-radius: 50%;
        box-sizing: border-box;
        transition: 0.3s;
    }
    .sec4 li .text p {
        font-size: 16px;
        line-height: 42px;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 60px;
    }
    .sec4 .swiper-pagination {
        margin: 12px auto 0;
        display: block;
    }
    .sec4 .swiper-pagination:before {
        content: "";
        height: 8px;
        background: #eeeeee;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -4px;
        z-index: -1;
    }
    .sec4 .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        font-weight: 500;
        margin: 0 5px;
    }
    .sec5 {
        background: #fefefe url(../images/bg_03.png) repeat;
        padding: 30px 10px;
    }
    .sec5 .container {
        padding: 0;
    }
    .sec5 .comBox {
        margin-top: 0px;
        padding-bottom: 40px;
    }
    .sec5 .container .en {
        display: none;
    }
    .sec5 .pho {
        width: 100%;
    }
    .sec5 .text {
        width: 90%;
        position: relative;
        left: 5%;
        top: 0%;
        margin-top: -20%;
        padding: 20px;
    }
    .sec5 .text .titl h2 {
        font-size: 19px;
    }
    .sec5 .text .titl h2:after {
        right: 120px;
        margin-top: -1px;
        height: 3px;
    }
    .sec5 .text .titl strong {
        font-size: 24px;
    }
    .sec5 .text h3 {
        font-size: 16px;
        line-height: 30px;
        margin: 4px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 30px;
    }
    .sec5 .text h3 b {
        top: 14px;
        width: 22px;
    }
    .sec5 .text p {
        line-height: 25px;
        height: 50px;
        font-size: 14px;
    }
    .sec5 .text a {
        width: 90px;
        line-height: 28px;
        border-radius: 14px;
        margin-top: 10px;
    }
    .sec5 .swiper-button-next {
        bottom: 0px;
        right: 20px;
    }
    .sec5 .swiper-button-prev {
        bottom: 0px;
        left: 20px;
        right: inherit;
    }
    .sec6 {
        padding: 20px 10px;
    }
    .sec6:before {
        display: none;
    }
    .sec6:after {
        display: none;
    }
    .sec6 .seCon {
        padding: 10px;
    }
    .sec6 .fl {
        width: 100%;
        padding-bottom: 20px;
    }
    .sec6 .fl .comBox .pho {
        width: 100%;
        float: inherit;
        overflow: hidden;
        position: relative;
        background: rgba(0, 0, 0, .3);
    }
    .sec6 .fl .comBox .pho img {
        width: 30%;
    }
    .sec6 .fl .comBox .pho .tex {
        left: 30%;
        padding: 10px;
        top: 0;
        background: rgb(43 146 224)
    }
    .sec6 .fl h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .sec6 .fl .comBox .pho .tex p {
        font-size: 13px;
        line-height: 23px;
        height: 46px;
    }
    .sec6 .fl .comBox .text {
        width: 100%;
        float: inherit;
    }
    .sec6 .fl .comBox .text a {
        padding: 15px;
    }
    .sec6 .fl .comBox .text p {
        font-size: 14px;
        line-height: 25px;
    }
    .sec6 .fl .comBox .pho:hover .tex {
        background: inherit;
    }
    .sec6 .fl .comBox .text li:hover {
        background: inherit;
    }
    .sec6 .fl .ul {
        padding: 20px 15px;
    }
    .sec6 .fl .ul li {
        width: 100%;
        float: inherit;
        padding: 0 0 8px;
        margin-bottom: 8px;
        border-right: none;
        border-bottom: 1px dashed #dedede;
    }
    .sec6 .fl .ul li p {
        line-height: 25px;
        height: 25px;
        margin: 8px 0px;
    }
    .sec6 .fl .ul li span {
        font-size: 13px;
    }
    .sec6 .fr {
        width: 100%;
    }
    .sec6 .fr dl dd h3 {
        font-size: 16px;
    }
    .sec7 {
        padding: 30px 10px;
    }
    .sec7 {
        margin-left: 0px;
    }
    .sec7 li {
        width: 100%;
        float: inherit;
        padding-left: 0px;
        background: #f4f7ff;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }
    .sec7 li .pho {
        width: 35%;
        float: left;
        margin-right: 0;
    }
    .sec7 li .pho img {
        position: relative;
        z-index: 99;
    }
    .sec7 li .pho:before {
        display: none;
    }
    .sec7 li .pho:after {
        display: none;
    }
    .sec7 li .pho .sj {
        display: none;
    }
    .sec7 li .pho .bg {
        display: none;
    }
    .sec7 li:hover .pho .bg {
        left: inherit;
    }
    .sec7 li .pho .icon {
        display: none;
    }
    .sec7 li .text {
        width: 65%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .sec7 li .text:before {
        display: none;
    }
    .sec7 li .text span.num {
        display: none
    }
    .sec7 li .text h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sec7 li .text .tex {
        padding: 0px;
        background: none;
    }
    .sec7 li .text p {
        font-size: 13px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }
    #gFooter .fLink {
        margin: 10px 0px 0;
        padding: 0 10px;
    }
    .sec8 {
        padding: 30px 10px;
    }
    .sec8 .container {
        background: #fff url(../images/homeonebg.jpg) no-repeat center right;
        background-size: 80%;
        border-radius: 8px;
        padding-left: 0%;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .sec8 .container .pho {
        display: none;
    }
    .sec8 .container .tex1 {
        display: none;
    }
    .sec8 .container ul {
        padding: 20px 0 10px;
        margin-left: 0px;
    }
    .sec8 .container ul li {
        width: 50%;
        padding: 0px 8px;
    }
    .sec8 .container ul li strong {
        font-size: 32px;
        margin: 16px 0px 0;
    }
    .sec8 .container ul li span {
        font-size: 14px;
    }
    .sec8 .container .tex2 {
        font-size: 15px;
        line-height: 30px;
        width: 90%;
        margin: 0 auto;
        height: 150px;
    }
    .sec8 .container .more a {
        display: block;
        width: 100px;
        line-height: 30px;
        background: #0090ff;
        color: #ffff;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        margin: 10px auto 0;
    }
}</pre></body></html>